导航菜单
首页 >  文章

分类:文章

Laravel Assets bundling with vite

Laracastshttps://laracasts.com/discuss/channels/vite/laravel-assets-bundling-with-vite?pag…Laravel Assets bundling with vite - laracasts.comRapid Laravel Apps With Filament. In this Laracasts series, I will teach you how to rapidly build applications using Filament and Laravel. By episode two, we will have a nearly fully functioning application.Beyond that, we will dive into the six different Filament packages (Forms, Tables, Notifications, Actions, Infolists, and Widgets) and show how they combine to provide an …

Trouble when setting up jQuery when installed as a NPM

Laracastshttps://laracasts.com/discuss/channels/laravel/trouble-when-setting-up-jquery-wh…Trouble when setting up jQuery when installed as a NPM@jlrdw In fact, I was thinking about removing jQuery from my app, to use just VainillaJS instead. However, I was wondering what was the proper way to use or well jQuery, or well any other JS resource, in my Laravel project. I just wasn't comfortable with the idea of having every JS file included in my Blade template with public visibility from the client-side, so then I was wondering …